projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff077fb
)
(python-complete-symbol): Remove redundant check.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 14 Jun 2007 00:11:40 +0000
(
00:11
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 14 Jun 2007 00:11:40 +0000
(
00:11
+0000)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index d2e913f23152f93fc708c2631104c73ee32a6914..5c117dffd5ddea0c8dc6308617f8a25027c98a59 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-1925,7
+1925,7
@@
Repeating the command scrolls the completion window."
(interactive)
(let ((window (get-buffer-window "*Completions*")))
(if (and (eq last-command this-command)
-
window
(window-live-p window) (window-buffer window)
+ (window-live-p window) (window-buffer window)
(buffer-name (window-buffer window)))
(with-current-buffer (window-buffer window)
(if (pos-visible-in-window-p (point-max) window)